From: Stephen Rothwell Date: Mon, 28 May 2007 00:19:08 +0000 (+1000) Subject: [POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~37173^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=42d284bc45a9d6625b30c3175563829847406e03;p=linux-4.9.git [POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id and so needs to include asm/smp.h for a UP build to work. Signed-off-by: Stephen Rothwell Acked-by: Geoff Levand Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/platforms/ps3/interrupt.c b/arch/powerpc/platforms/ps3/interrupt.c index 9da82c266ba9..ec9030dbb5f1 100644 --- a/arch/powerpc/platforms/ps3/interrupt.c +++ b/arch/powerpc/platforms/ps3/interrupt.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "platform.h"